Flask==1.1.1
SQLAlchemy==1.3.10
SQLAlchemy-serializer==1.3.4
Flask-SQLAlchemy==2.4.1
Flask-Migrate==2.5.2
furl==1.2.1
requests==2.20.0
raven==6.9.0
blinker==1.4  # For raven ONLY
psycopg2-binary==2.8.3
redis==3.3.8
gunicorn==19.9.0
webargs==5.5.2
apispec==0.39.0
Pillow==5.2.0
marshmallow==2.15.5
Werkzeug==0.15.3
{% if cookiecutter.use_mail == 'y' -%}
Flask-Mail==0.9.1
{% endif -%}
{% if cookiecutter.use_celery == 'y' -%}
celery==4.2.0
{% endif %}
{% if cookiecutter.use_jwt_authorization == 'y' -%}
#auth requirements
bcrypt==3.1.4
PyJWT==1.7.1
{% endif %}

# for debug
ipython==7.2.0
pprintpp==0.4.0
pgcli==2.1.0

# test requirements
pytest==3.6.4
pytest-cov==2.5.1
pylama==7.6.6
pylint==2.2.2
mccabe==0.6.1
